From e902786017b01cf846bc9d0ebd7605335aaba699 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Javier=20Jard=C3=B3n?= Date: Wed, 9 Jun 2010 20:01:53 +0200 Subject: [PATCH] [docs] Saturation is the intensity of the color, not the "deepness" MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Reported by Seán de Búrca in bug https://bugzilla.gnome.org/show_bug.cgi?id=466475 --- gtk/gtkcolorsel.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gtk/gtkcolorsel.c b/gtk/gtkcolorsel.c index 10ec2724f7..232b5d3923 100644 --- a/gtk/gtkcolorsel.c +++ b/gtk/gtkcolorsel.c @@ -390,7 +390,7 @@ gtk_color_selection_init (GtkColorSelection *colorsel) _("Position on the color wheel.")); gtk_spin_button_set_wrap (GTK_SPIN_BUTTON (priv->hue_spinbutton), TRUE); make_label_spinbutton (colorsel, &priv->sat_spinbutton, _("_Saturation:"), table, 0, 1, COLORSEL_SATURATION, - _("\"Deepness\" of the color.")); + _("Intensity of the color.")); make_label_spinbutton (colorsel, &priv->val_spinbutton, _("_Value:"), table, 0, 2, COLORSEL_VALUE, _("Brightness of the color.")); make_label_spinbutton (colorsel, &priv->red_spinbutton, _("_Red:"), table, 6, 0, COLORSEL_RED, -- 2.30.2